home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄4⁄91 / 2573-Re Saving window pos-Jan91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  890 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    2223174                         2-Jan-91        11:33PST
  2.  
  3. From:   PERRY.G                         Gregg, Perry
  4.  
  5. To:     MADA.SYSOP                      MacApp Dev Assoc, Don Sawtelle,IVC
  6.         MACAPP.TECH$                    MacApp Technical
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Sub:    Re: Saving window positions
  11.  
  12. Saving these resources in the app's fork is not the AppleShare friendly thing
  13. to do (see IM Vol. V Chap. 21).  Your app could be multiply launched from a
  14. file server.  The advent of 7.0 will make this even more likely to happen
  15. (personal file share you know).  One safe way is to keep a preferences file in
  16. the sys folder.
  17.  
  18. I'm curious though shouldn't these window positions be document specific (check
  19. the 'shared data' suggestions at the cite above).  Or are these windows totally
  20. local to the app?
  21.  
  22. -- Perry
  23.  
  24.